spandsp3: fix leaking host header for build tools
authorChristian Marangi <[email protected]>
Thu, 20 Nov 2025 16:05:40 +0000 (17:05 +0100)
committerChristian Marangi <[email protected]>
Thu, 20 Nov 2025 16:05:40 +0000 (17:05 +0100)
commita017ae016ac348b5d89b4c106223dd63505986ee
tree81cc2d32ab86700d85aa1e302831b6248bed2a2c
parentda213a81e5bf2c9ff88202f2f0c54b22ff4e3d57
spandsp3: fix leaking host header for build tools

It was discovered that spandsp3 leaks host header on building build
tools.

This was caused by the Makefile not permitting to pass custom header on
compiling build tools. To be more precise it was possible to leak host
header for the tiff library for the tiffio.h header.

Add pending patch to fix this and not depend on the host system header.

Signed-off-by: Christian Marangi <[email protected]>
libs/spandsp3/Makefile
libs/spandsp3/patches/01-spandsp3-pkg-config.patch [deleted file]
libs/spandsp3/patches/02-do-not-check-for-libxml2.patch [deleted file]
libs/spandsp3/patches/100-spandsp3-pkg-config.patch [new file with mode: 0644]
libs/spandsp3/patches/101-do-not-check-for-libxml2.patch [new file with mode: 0644]
libs/spandsp3/patches/103-Permit-to-provide-custom-CPPFLAGS_FOR_BUILD.patch [new file with mode: 0644]
libs/spandsp3/patches/104-Propagate-CPPFLAGS_FOR_BUILD-for-build-tools.patch [new file with mode: 0644]